-
Notifications
You must be signed in to change notification settings - Fork 294
[Clean] Remove the redundant decoding payloads logic #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: gcanlin <[email protected]>
Contributor
Author
|
cc @tzhouam @R2-Y @hsliuustc0106 PTAL and add a ready tag to test all models. Thanks! |
Collaborator
|
could you please post the test result before and after this commit? |
Contributor
Author
Of course. Update now. |
Collaborator
|
@natureofnature PTAL |
Contributor
Author
|
@hsliuustc0106 CI breaks because of |
hsliuustc0106
approved these changes
Dec 25, 2025
yenuo26
pushed a commit
to yenuo26/vllm-omni
that referenced
this pull request
Dec 29, 2025
Signed-off-by: gcanlin <[email protected]> Signed-off-by: wangyu31577 <[email protected]>
princepride
pushed a commit
to princepride/vllm-omni
that referenced
this pull request
Jan 10, 2026
Signed-off-by: gcanlin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.
Purpose
There has existed one
_decode_and_store_request_payloadsinexecute_model. Remove the one in_preprocessbecause IIUCGenerationModelRunnerdoesn't need it indeed.vllm-omni/vllm_omni/worker/gpu_ar_model_runner.py
Line 88 in ee2b78e
Test Plan
Test
Qwen/Qwen2.5-Omniis OK locally.Test Result
Before:
After:
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)